@charset "utf-8";

html {
    font-size: 625%;
    -webkit-text-size-adjust: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: .16rem;
    color: #000;
    background: #fff;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left
}

.right {
    float: right
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select {
    font-family: 'Microsoft YaHei';
}

.none {
    display: none;
}

.area {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 12rem;
    overflow: hidden;
}

.area,
.clear {
    *zoom: 1;
}

.area:after,
.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    clear: both;
}

.pd {
    padding: 0 .73rem;
}

input,
textarea,
button {
    outline: none;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-weight: bold;
    font-size: .14rem;
}

.m-page {
    width: 100%;
    text-align: center;
    margin: .8rem 0;
    font-size: 0;
}

.m-page a {
    line-height: .4rem;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
    display: inline-block;
    font-size: .14rem;
    padding:  .14rem .2rem;
    color: #ccc;
}

.m-page a:hover,
.m-page a.on {
    background-color: #d35f2e;
    color: #fff;
    border-color: #d35f2e;
}

@media screen and (max-width: 768px) {
    body::-webkit-scrollbar {
        width: 0;
    }

    .m-page a {
        font-size:16px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #666;
        font-weight: normal;
        font-size: .24rem;
    }
}